runtime.muintptr.ptr (method)
21 uses
runtime (current package)
debugcall.go#L137: if mp != gp.lockedm.ptr() {
mgc.go#L1415: if mp := node.m.ptr(); mp != nil {
mgc.go#L1546: releasem(node.m.ptr())
proc.go#L1721: mp := p.m.ptr()
proc.go#L2706: unlockextra(mp.schedlink.ptr(), -1)
proc.go#L2707: return mp, mp.schedlink.ptr() == nil
proc.go#L2890: newm := newmHandoff.newm.ptr()
proc.go#L2894: next := newm.schedlink.ptr()
proc.go#L3171: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3197: mp := gp.lockedm.ptr()
proc.go#L5929: id = pp.m.ptr().id
proc.go#L5958: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6363: mp := pp.m.ptr()
proc.go#L6406: mp := pp.m.ptr()
proc.go#L6467: if lockedm := gp.lockedm.ptr(); lockedm != nil {
proc.go#L6537: mp := sched.midle.ptr()
runtime2.go#L310: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
rwmutex.go#L110: w := rw.writer.ptr()
rwmutex.go#L151: for rw.readers.ptr() != nil {
rwmutex.go#L152: reader := rw.readers.ptr()
tracestack.go#L73: mp = gp.lockedm.ptr()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |